home *** CD-ROM | disk | FTP | other *** search
/ Minami 58 / MINAMI58.ISO / Varios / Juegos Flash / Gold Yard.exe / scripts / DefineSprite_131 / frame_1 / DoAction.as
Text File  |  2003-04-29  |  88b  |  9 lines

  1. if(_root.soundtrack_movie.music = 1)
  2. {
  3.    gotoAndStop(2);
  4. }
  5. else
  6. {
  7.    stop();
  8. }
  9.